Skip to content

functions: Accept null repeat intervals - #605

Merged
Paveltarno merged 1 commit into
mainfrom
fix/dev3-null-repeat-interval
Aug 18, 2026
Merged

functions: Accept null repeat intervals#605
Paveltarno merged 1 commit into
mainfrom
fix/dev3-null-repeat-interval

Conversation

@Paveltarno

Copy link
Copy Markdown
Collaborator

What?

Function list responses can include repeat_interval: null for weekly and monthly schedules. We now accept that shape and cover both schedule units in the response schema test.

Why?

Before this, one such automation caused the entire functions response to fail with SCHEMA_INVALID, breaking list, pull, remote logs, and force deploy flows for affected apps.


🔗 Origin task in dev3: open in dev3 · dev3://task/2ca20129-62e3-4069-ba47-b1816823adac

Weekly and monthly schedules serialize repeat_interval as null. Allow that response shape so one automation cannot invalidate the full functions list.
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/cli@0.1.9-pr.605.7ef69e1

Prefer not to change any import paths? Install using npm alias so your code still imports base44:

npm i "base44@npm:@base44-preview/cli@0.1.9-pr.605.7ef69e1"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "base44": "npm:@base44-preview/cli@0.1.9-pr.605.7ef69e1"
  }
}

Preview published to npm registry — try new features instantly!

@Paveltarno
Paveltarno merged commit c5ebf49 into main Aug 18, 2026
10 of 12 checks passed
@Paveltarno
Paveltarno deleted the fix/dev3-null-repeat-interval branch August 18, 2026 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant